runtime.markBits.isMarked (method)
11 uses
runtime (current package)
mbitmap.go#L1171: func (m markBits) isMarked() bool {
mcheckmark.go#L74: if !mbits.isMarked() {
mgcmark.go#L1609: if mbits.isMarked() {
mgcsweep.go#L553: if !mbits.isMarked() {
mgcsweep.go#L616: if !mbits.isMarked() && (abits.index < uintptr(s.freeindex) || abits.isMarked()) {
mgcsweep.go#L864: alloc := i < uintptr(s.freeindex) || abits.isMarked()
mgcsweep.go#L870: if mbits.isMarked() {
mgcsweep.go#L875: zombie := mbits.isMarked() && !alloc
mwbbuf.go#L247: if mbits.isMarked() {
traceallocfree.go#L68: if abits.index < uintptr(s.freeindex) || abits.isMarked() {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |